home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_158_EX-Playbackbar Back Arrow.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  1.1 KB  |  44 lines

  1. on mouseDown
  2.   set the member of sprite 34 to member("standby...")
  3.   set the member of sprite 48 to member("back button down")
  4.   updateStage()
  5.   puppetSound("Single Click")
  6.   updateStage()
  7.   repeat while soundBusy(1)
  8.     nothing()
  9.   end repeat
  10.   puppetSound(0)
  11.   updateStage()
  12.   repeat while the mouseDown
  13.   end repeat
  14.   set the member of sprite 48 to member("back button")
  15.   updateStage()
  16.   sprite(46).movieRate = 0
  17.   cast(200).directToStage = 0
  18.   set the memberNum of sprite 46 to 0
  19.   puppetSprite(14, 0)
  20.   puppetSprite(15, 0)
  21.   puppetSprite(16, 0)
  22.   puppetSprite(34, 0)
  23.   puppetSprite(45, 0)
  24.   puppetSprite(46, 0)
  25.   puppetSprite(48, 0)
  26.   repeat with n = 18 to 32
  27.     puppetSprite(n, 0)
  28.   end repeat
  29.   updateStage()
  30.   sprite(13).visible = 1
  31.   sprite(44).visible = 1
  32.   repeat with n = 37 to 41
  33.     sprite(n).visible = 1
  34.   end repeat
  35.   cursor(-1)
  36.   set the cursor of sprite 18 to 0
  37.   set the cursor of sprite 19 to 0
  38.   set the cursor of sprite 32 to 0
  39.   set the cursor of sprite 48 to 0
  40.   set the cursor of sprite 18 to 0
  41.   set the cursor of sprite 31 to 0
  42.   go("PT select return")
  43. end
  44.